type net/http.http2outflow
11 uses
net/http (current package)
h2_bundle.go#L1375: type http2outflow struct {
h2_bundle.go#L1385: conn *http2outflow
h2_bundle.go#L1388: func (f *http2outflow) setConnFlow(cf *http2outflow) { f.conn = cf }
h2_bundle.go#L1390: func (f *http2outflow) available() int32 {
h2_bundle.go#L1398: func (f *http2outflow) take(n int32) {
h2_bundle.go#L1410: func (f *http2outflow) add(n int32) bool {
h2_bundle.go#L4378: flow http2outflow // conn-wide (not stream-specific) outbound flow control
h2_bundle.go#L4460: flow http2outflow // limits writing from Handler to client
h2_bundle.go#L7393: flow http2outflow // our conn-level flow control quota (cs.outflow is per stream)
h2_bundle.go#L7459: flow http2outflow // guarded by cc.mu
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |